Skip to main content

20.2.3. Watching Additional Paths

20.2.3 查看其他路径

如果想让应用在改变没有位于classpath下的文件时也会重启或重新加载,你可以使用spring.devtools.restart.additional-paths属性来配置监控变化的额外路径。你可以使用[之前描述](./20.2.2 Excluding Resources.md)过的spring.devtools.restart.exclude属性去控制额外路径下的变化是否触发一个完整重启或一个实时重新加载。